projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca39b35
)
gesturestylus: Add missing array g-i annotation for *_get_axes params
author
Rico Tzschichholz
<ricotz@ubuntu.com>
Mon, 20 Aug 2018 14:57:54 +0000
(16:57 +0200)
committer
Rico Tzschichholz
<ricotz@ubuntu.com>
Mon, 20 Aug 2018 14:57:54 +0000
(16:57 +0200)
gtk/gtkgesturestylus.c
patch
|
blob
|
history
diff --git
a/gtk/gtkgesturestylus.c
b/gtk/gtkgesturestylus.c
index 5ee62ee05f79c4d7769907441f7b6a15e12e9934..9ba5fc804d8d78531d4d3b1703ccf896ceb2e264 100644
(file)
--- a/
gtk/gtkgesturestylus.c
+++ b/
gtk/gtkgesturestylus.c
@@
-187,8
+187,8
@@
gtk_gesture_stylus_get_axis (GtkGestureStylus *gesture,
/**
* gtk_gesture_stylus_get_axes:
* @gesture: a GtkGestureStylus
- * @axes: array of requested axes, terminated with #GDK_AXIS_IGNORE
- * @values: (out): return location for the axis values
+ * @axes:
(array):
array of requested axes, terminated with #GDK_AXIS_IGNORE
+ * @values: (out)
(array)
: return location for the axis values
*
* Returns the current values for the requested @axes. This function
* must be called from either the #GtkGestureStylus:down,